home *** CD-ROM | disk | FTP | other *** search
/ Solaris Press Kit / Solaris Press Kit.iso / pc / media / preview.dxr / 00024_Wait for Video.ls < prev    next >
Encoding:
Text File  |  2002-10-23  |  128 b   |  8 lines

  1. on exitFrame me
  2.   if sprite(7).movieTime >= sprite(7).duration then
  3.     go(the frame + 1)
  4.   else
  5.     go(the frame)
  6.   end if
  7. end
  8.